System machineName Attributesystem.machineName Description The machineName attribute specifies the name of the machine on which the program is running, and is expressed as a text string. Type String; read-only. Example alert ( "Your machine is called " + system.machineName + "."); |